home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / MODEMPRO / PET02A.ZIP;1 / INSTALLE.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-11-15  |  586 b   |  22 lines

  1. cls
  2. echo off
  3. echo Creating Directories on drive e:...
  4. md e:\packet
  5. md e:\packet\connects
  6. md e:\packet\log
  7. md e:\packet\monitor
  8. echo Copying Files to hard drive...
  9. copy packet.exe e:\packet
  10. copy packet.hlp e:\packet
  11. copy bwcc.dll e:\packet
  12. copy *.txt e:\packet
  13. copy set_e.pet e:\packet\settings.pet
  14. echo PeT's Files are installed!
  15. echo From Windows, Add the PeT icon to your program group
  16. echo by using the File New command.
  17. echo See READ.ME file for more information.
  18. echo Extensive online help is available once PeT is running by
  19. echo Hitting the F1 Key!
  20. echo on
  21.  
  22.